home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / chips.zip / CHIPS.DOC < prev    next >
Text File  |  1987-11-11  |  511b  |  8 lines

  1.  CHIPS.ARC contains chips(), an MSC callable ASM function which returns
  2.  the type of CPU (8088/8086, V20/V30, 80186, 80286 or 80386) and the
  3.  type of NDP or math coprocessor (8087, 80287 or 80387) present at run-
  4.  time.  The return is via the AX register so the enclosed source code is
  5.  easily hacked for other applications.  Includes .ASM, .OBJ (small mod-
  6.  el), .REF, and .C, .EXE and .MAP (for example and calling convention).
  7.  Enjoy!                                  /Pat Shea @Psi! CIS [76210,712]
  8.